gnunet: update to version 0.25.1
authorDaniel Golle <[email protected]>
Fri, 10 Oct 2025 01:15:39 +0000 (02:15 +0100)
committerDaniel Golle <[email protected]>
Sat, 11 Oct 2025 15:51:00 +0000 (16:51 +0100)
commitf24c97fff8e40e4a61bdd3b64b1ee379ef9eb82a
tree081eee2ac94315d849a868738edf130ac9cb8eb7
parent261d1b09483f025574dc9da57b3f908d1a41dbd6
gnunet: update to version 0.25.1

GNUnet 0.25 dropped the autotools based build system and now requires
being built with Meson. As expected there are some cross-compiling
related issues which have been fixed using downstream patches by now.

v0.25.1:
  - transport: hotfix incorrect communicator key derivations
  - tests: make failing tests work again
  - util: Change to assigned HPKE codepoint for DHKEM+Elligator. See https://www.iana.org/assignments/hpke/
  - fs: service failed to start because of PILS addition

v0.25.0:
  - util: Removed authkem from HPKE implementation as it is going to be removed from the RFC9180bis spec and is unused in GNUnet anyway.
  - core: New AKE implementation.
  - pils: New service.
  - gns: Various improvements to performance and DNS migration tooling.
  - build: Retired autotools.

Signed-off-by: Daniel Golle <[email protected]>
net/gnunet/Makefile
net/gnunet/patches/0001-meson-convert-SQLite-version-detection-to-compile-ti.patch [new file with mode: 0644]
net/gnunet/patches/0002-meson-convert-cURL-version-detection-to-compile-time.patch [new file with mode: 0644]
net/gnunet/patches/0003-meson-convert-libsodium-version-detection-to-compile.patch [new file with mode: 0644]
net/gnunet/patches/0004-meson-convert-cURL-SSL-library-detection-to-compile-.patch [new file with mode: 0644]
net/gnunet/patches/0005-meson-detect-libcurl-gnutls.patch [new file with mode: 0644]
net/gnunet/patches/0006-meson-allow-not-building-and-installing-handbook.patch [new file with mode: 0644]
net/gnunet/patches/0007-namecache-install-sql-files.patch [new file with mode: 0644]
net/gnunet/patches/0008-namecache-build-flat-namecache-plugin.patch [new file with mode: 0644]
net/gnunet/patches/020-curl-no-runtime-test.patch [deleted file]